MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: Based on the tax system specification as described below, using boundary value analysis, which would be the best test set to explicitly test on single boundary value fully?Tax systemA tax system needs to be updated due to new legislation. For a person with a salary of less than € 20 000 and who is married, the tax needs to be recalculated.If a person has at least three and less than six children, an additional 10% reduction is applicable.
Question2: Rather than developing an e-commerce product, management has decided to acquire a COTS package The e-commerce product needs to interface.with backend applications such a finance, stock control and order delivery. You are asked to define a test plan for this project.Given just the information in the scenario, which of the following software quality characteristics must be included in your test plan?
Question3: Supercar is an online vehicle sales website specialising in a single manufacturer's Sports Utility Vehicles (SUVs) and saloons. A vehicle has two key elements, power unit and body style. The manufacturer offers three choices of power unit: petrol, diesel and hybrid. There are 3 mam body styles Saloon, Hatchback and SUV SUVs only come as petrol and diesel options Hybrid is available for Hatchback only. The site will allow an order to be processed if at least one of the chosen vehicle configurations is in stock, otherwise a message will be displayed asking the user to try again later As a Test Analyst you are asked to review the Supercar specification before starting to design the corresponding usability test cases. Which of the comments below should you make?
Question4: You are testing the processing of a critical traffic control system to which various regulations apply The processing of the input variables is dependent on defined ranges within which the actual retrieved data values can lie.Which of the following black-box test techniques should you use to test the processing functionality of this system?
Question5: Based on the system state transition diagram of an ATM system shown below, using the state transition test technique which of the following is an example of a test case required to achieve 1-switchcoverage?
Question6: During test execution defects have been found including non-compliance to requirements, calculations that produce incorrect results, and improper handling of data or situations.Which of the following test types is most likely being performed?
Question7: During testing of a mobile banking application, traceability matrices are defined and maintained between test cases and user stories. This task is supported by a test management tool. Testing is expected to report on the coverage level of the implemented and tested user stories. Which of the following test types is most likely being performed?
Question8: Consider the following requirement:The system shall allow cash advances of at least 200 Euros for all supported credit cards The following credit cards are supported- American Express, Diners, VISA, Mastercard and Eurocard.The requirement has been identified as business critical.The following test conditions have been derived:1. The system shall allow cash advances of at least 200 Euros2. It shall support American Express, Diners, VISA, Mastercard and Eurocard.Assume you are following a risk-based testing strategy, where likelihood and impact are both assessed on a five-point scale ranging from very low to very high The requirement R1 was identified as a risk item during the quality risk analysis process. In total 20 risk items were identified during thisprocess Assume that technical project stakeholders have assessed the likelihood of the requirementR1 risk item at a medium levelGiven only the information above, which of the following statements is true?
Question9: You are a Test Analyst in the banking domain. You have received the following requirement: "The system shall allow cash advances of at least 200 Euros for all supported credit cards. The following credit cards are supported: American Express, Diners, Visa, Mastercard and Eurocard.Which one of the findings described below is true regarding this requirement?
Question10: A new web site must operate correctly with different browsers (Internet Explorer, Google Chrome, Firefox, Opera, Safari), using different plug-ins (Realplayer, Mediaplayer), will be receiving pages from different servers (IIS, Apache and WebLogic) and will be running on various operating systems (Windows, Android, iOS and Linux).Which of the following test techniques should you use to define the required test cases for testing this new web site in its variousenvironments?
Question11: Consider the following decision table:This decision table has been created to test the following specification: Persons that study at a university (C1) and have parents whose total annual income is less than € 30.000 (C2), receive a scholarship In in addition to these qualifications, if they also live away from home (C3), they receive an addition to their scholarship (A2) How many cases are left when this decision table is collapsed?
Question12: Which of the following software development lifecycle models requires the earliest involvement from the Test Analyst?
Question13: You are testing an ATM based on the following useATM start screen is showing1. The user inserts card2. The user types in PIN3 The user selects cash with receipt'4. The user selects €505. The user selects no further service' Expected results- The ATM provides €50 to the user- The ATM returns the card and balance slip- The ATM clears the screen- The ATM returns to start menuYou are asked to review this use case.You are asked to review this use case.What is the most important information that is missing from this use case?
Question14: Asa Test Analyst, you have been given a set of requirements that have been defined for the payment module of a new public transport system The set includes the following requirements:P101 The product shall calculate the lowest fare for the destination considering day of week and time, (priority: medium) P102 The product shall compare the traveler's payment with the calculated payment (priority: high) P103 The product shall provide feedback if the payment is not sufficient (priority: high) P104 The product will process payments within 20 seconds at all priority 1 stations during peak hours (priority high) Which set of requirements will typically be tested by a Test Analyst?